[@main]
#IF
checkmonmap rzbattle10 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 9 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room10.txt
addnamelist battlesystem/completed.txt
goto @completed

[@completed]
Well done! You have now completed the challange!\
\
\
Please go visit the Challanger and he will reward\
you!\
\
<Go visit challanger/@go>

[@go]
#ACT
mapmove 0101